home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TweakManager.exe / 0 / RCDATA / TFRMADDRESSBAR / TFRMADDRESSBAR.txt
Text File  |  2008-10-30  |  2KB  |  79 lines

  1. object frmAddressBar: TfrmAddressBar
  2.   Left = 0
  3.   Top = 0
  4.   Width = 635
  5.   Height = 353
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object gbAddressBar: TGroupBox
  14.     Left = 16
  15.     Top = 1
  16.     Width = 605
  17.     Height = 112
  18.     Caption = 'gbAddressBar'
  19.     TabOrder = 0
  20.     object lblAutoComplete: TAxLabel
  21.       Left = 24
  22.       Top = 30
  23.       Width = 550
  24.       Height = 33
  25.       WordWrap = True
  26.       Transparent = True
  27.       AutoSize = False
  28.       Caption = 'lblAutoComplete'
  29.       ShowAccelChar = True
  30.     end
  31.     object cbAutoComplete: TCheckBox
  32.       Left = 24
  33.       Top = 73
  34.       Width = 550
  35.       Height = 17
  36.       Caption = 'cbAutoComplete'
  37.       TabOrder = 0
  38.       OnClick = onItemClick
  39.     end
  40.   end
  41.   object gbAutoSuggest: TGroupBox
  42.     Left = 16
  43.     Top = 129
  44.     Width = 605
  45.     Height = 137
  46.     Caption = 'gbAutoSuggest'
  47.     TabOrder = 1
  48.     object lblAutoSuggest: TAxLabel
  49.       Left = 24
  50.       Top = 30
  51.       Width = 550
  52.       Height = 33
  53.       WordWrap = True
  54.       Transparent = True
  55.       AutoSize = False
  56.       Caption = 'lblAutoSuggest'
  57.       ShowAccelChar = True
  58.     end
  59.     object cbAutoSuggest: TCheckBox
  60.       Left = 24
  61.       Top = 73
  62.       Width = 550
  63.       Height = 17
  64.       Caption = 'cbAutoSuggest'
  65.       TabOrder = 0
  66.       OnClick = onItemClick
  67.     end
  68.     object cbAutoDropUp: TCheckBox
  69.       Left = 24
  70.       Top = 95
  71.       Width = 550
  72.       Height = 17
  73.       Caption = 'cbAutoDropUp'
  74.       TabOrder = 1
  75.       OnClick = onItemClick
  76.     end
  77.   end
  78. end
  79.